From bf1e8c2ed6640342705b4ed589801b2c4bc9951d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 19 Nov 2007 12:47:03 +0000 Subject: [PATCH] (map-query-replace-regexp): Doc fix (revert part of revision 1.104, made on 2000-05-21 with no ChangeLog entry). --- lisp/replace.el | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lisp/replace.el b/lisp/replace.el index 8d8d9fc7af5..ebee65b2f40 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -366,11 +366,9 @@ using `search-forward-regexp' and `replace-match' is preferred." "22.1") (defun map-query-replace-regexp (regexp to-strings &optional n start end) "Replace some matches for REGEXP with various strings, in rotation. -The second argument TO-STRINGS contains the replacement strings, -separated by spaces. Third arg DELIMITED (prefix arg if interactive), -if non-nil, means replace only matches surrounded by word boundaries. -This command works like `query-replace-regexp' except that each -successive replacement uses the next successive replacement string, +The second argument TO-STRINGS contains the replacement strings, separated +by spaces. This command works like `query-replace-regexp' except that +each successive replacement uses the next successive replacement string, wrapping around from the last such string to the first. In Transient Mark mode, if the mark is active, operate on the contents -- 2.30.2